Split per-release AMI sources (multi-arch) and auto-merge at build#689
Split per-release AMI sources (multi-arch) and auto-merge at build#689redadmin-k wants to merge 2 commits intoAlmaLinux:masterfrom
Conversation
redadmin-k
commented
Sep 12, 2025
- Per-release CSV sources (8/9/10, both x86_64 and aarch64) are introduced:
- data/aws_amis_8.csv
- data/aws_amis_9.csv
- data/aws_amis_10.csv
- Prebuild script auto-merges these into the legacy flat CSV and Markdown:
- docs/.vuepress/public/ci-data/aws_amis.csv
- docs/cloud/AWS_AMIS.md
- Artifacts' paths are unchanged.
- After this, update only the per-release CSVs; all outputs regenerate automatically.
- Site build with VuePress is confirmed working.
…producible Signed-off-by: Akiyoshi Kurita <akito5623@gmail.com>
|
Thanks for the review — good catch. I re-added vuepress and dayjs to package.json and pushed an update to this branch. I ran npm install and confirmed the site builds locally (npm run build). The generated artifacts are unchanged. Please let me know if you prefer a different placement (e.g. move dayjs to devDependencies). What Changes @redadmin-k Reply... 1 workflow awaiting approval Merging is blocked |
|
Closing this one, as it was resolved in #697 |